home *** CD-ROM | disk | FTP | other *** search
- ActiveCursor v1.0.0
- ===================
- programmer: sung yi
- date written: Aug 1996
- description:
- Hide or show mouse cursor, set or get cursor position from
- Visual Basic program.
-
- The ActiveCursor is a freeware and you may copy, use, and distribute
- to your friends. However, if you are interested in getting a source
- code for this program, please let me know.
-
- --------------------------------------------------------------------
- methods:
- --------------------------------------------------------------------
- Public Function setVisible(stat As Boolean) As Integer
- -> set mouse cursor hide(set stat to false) or show(set stat to true)
-
- Public Function getX() As Long
- -> get X coord
-
- Public Function getY() As Long
- -> get Y coord
-
- Public Sub setX(x As Long)
- -> set X mouse cursor position
-
- Public Sub setY(y As Long)
- -> set Y mouse cursor position
-
- Public Sub setXY(ByVal x As Long, ByVal y As Long)
- -> set X, Y mouse cursor position
-
- --------------------------------------------------------------------
- properties:
- --------------------------------------------------------------------
- Public Property Get visible() As Boolean
- -> get cursor visibility status
-
- Public Property Let visible(ByVal New_visible As Boolean)
- -> set cursor visibility
-
- --------------------------------------------------------------------
- Also, please check out other programs written by me such as:
-
- ActiveCursor: Hide or show cursor, set or get cursor position.
- (FREEWARE)
- SOURCE CODE: $10.00
-
- ActiveResizer: A smart form resizer that automatically resizes all
- of the controls and fonts on the form(SHAREWARE).
- SINGLE COPY: $20.00
- SOURCE CODE and site license: $120.00
-
- ActiveFun: Convert VB data entry form into a fun video game.
- A great stress reliever for your users!!!
- (SHAREWARE)
- SING COPY: $20.00
- SOURCE CODE: $50.00
-
- ActiveCommander: Shutdown, reboot, restart windows, or log off a user
- in the VB program.
- (FREEWARE)
- SOURCE CODE: FREE
-
- Visual Java FTP: A platform independent friendly GUI FTP client written
- in Borland JBuilder.
- (FREEWARE)
- SOURCE CODE: $50.00(us)
-
- VEU(Very Easy to Use) Eletronic Bible: A bible reader program. Search,
- set bookmarks, notes, log prayers, and get prayer statistics.
- (FREEWARE)
- SOURCE CODE: FREE
-
- Barcode Generator: Written in Delphi to let you create and print various
- barcode type.
- (FREEWARE)
- SOURCE CODE: $20.00
-
- Java 3 of 9 barcode generator: Platform independent barcode program.
- (FREEWARE)
- SOURCE CODE: $10.00
-
- and much, much more...
-
- **************************************************************************
- I also write custom programs in Visual Basic, Java, C, or other
- popular computer languages. Please let me know if there is any
- small computer project to be done but you don't have enough time
- or resource to do it. I might be interested in it!!!
- **************************************************************************
-
- Please visit my homepage for other goodies
-
- e-mail: javax@networksplus.net
- homepage: http://www.networksplus.net/javax
-
- HAPPY COMPUTING!!!
-
- **************************************************************************
- PERMISSION TO USE, COPY, MODIFY, AND DISTRIBUTE THE SOFTWARE ON THIS SITE,
- UNLESS OTHERWISE SPECIFIED, ARE HEREBY GRANTED WITHOUT ANY FEE.
-
- I, THE AUTHOR, MAKE NO WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE
- AND SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY USER AS A RESULT OF
- USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR THEIR DERIVATIVES.
- **************************************************************************
-